From: Paul D. Smith Date: Fri, 5 Sep 1997 21:01:56 +0000 (+0000) Subject: Changes for GNU make 3.75.93. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79308 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=84760de2b59abf43b7336b63531b5269b5143cd7;p=emacs.git Changes for GNU make 3.75.93. --- diff --git a/lib-src/getopt.c b/lib-src/getopt.c index c6b134537c7..7b56b57eb10 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c @@ -79,7 +79,7 @@ USA. */ #endif #endif -#if defined (_WINDOWS32) && !defined (__CYGWIN32__) +#if defined (WINDOWS32) && !defined (__CYGWIN32__) /* It's not Unix, really. See? Capital letters. */ #include #define getpid() GetCurrentProcessId()